home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / ll210exe.zip / PCZ.CFG < prev    next >
Text File  |  1990-11-26  |  2KB  |  87 lines

  1. ;To make use of this transfer menu system PCZ should be called in the
  2. ;following manner.
  3.  
  4. ;PCZ m <ENTER>
  5.  
  6. ;We assume in this config file that you are using SETENV.BAT to preset your
  7. ;PCZ parameters for PORT and SPEED.  If this isn't the case then simply add
  8. ;them on the protocol lines below in their proper place.  You should be able
  9. ;to see from the listings the format used here.  i.e.
  10.  
  11. ;SEND    without the ';' begins send protocol block
  12. ;END     without the ';' end the protocol block
  13.  
  14. ;The protocol goes on a line followed by the ':' char followed by
  15. ;PCZ's command line options for that protocol.
  16. ;You will be prompted to complete the command line with your filespec(s)
  17. ;once the program is started etc...  pretty simple huh?
  18.  
  19. ;Simple yes! but simple minded as well, and if you fail to follow
  20. ;these guidlines....  who knows what type of protocol you might be
  21. ;trying to use for a transfer.  Just to satisfy your cats curiousity
  22. ;you may uncomment the first line after SEND.  Run PCZ using 'm' menu
  23. ;option, select upload and see what happens.  No your pc won't bark but
  24. ;it might barf if you select 'A' as your protocol type.
  25.  
  26.  
  27. ;The following represent the send parameters.  Using the ';' at the
  28. ;beginning on a line comment out any protocol you do not wish to use
  29. ;during you file transfer sessions.
  30.  
  31. SEND
  32. ;flag for beginning of send protocols
  33.  
  34. ;TOSSIT:  sp  ;This is a curiousity test line
  35.  
  36. ;XMODEM:  sx
  37. ;send a file using xmodem
  38.  
  39. ;X1K:     s1
  40. ;send a file using xmodem 1k blocks
  41.  
  42. ;YMODEM:  sy
  43. ;send a file using ymodem with file header information
  44.  
  45. ZMODEM:  s sz
  46. ;send a file using Super_Z zmodem
  47.  
  48. SEALINK: ss
  49. ;send a file using sealink
  50.  
  51. END
  52. ;end of send protocols
  53.  
  54.  
  55. :The following represent the receive parameters.
  56.  
  57. RECEIVE
  58. ;flag for beginning of receive protocols
  59.  
  60. ;XMODEM:  rx
  61. ;recv a file using xmodem
  62.  
  63. ;X1K:     r1
  64. ;recv a file using xmodem 1k blocks
  65.  
  66. ;YMODEM:  ry
  67. ;recv a file using ymodem with file header information
  68.  
  69. ZMODEM:  s rz
  70. ;recv a file using Super_Z zmodem
  71.  
  72. SEALINK: rs
  73. ;recv a file using sealink
  74.  
  75. END
  76. ;end of receive protocols
  77.  
  78.  
  79. ;You may add any of the other command line switches you wish to the above.
  80. ;They are
  81.  
  82. ; 'f' use FOSSIL
  83. ; 'd' no direct screen writes
  84. ; 'k' keep all aborted downloads
  85.  
  86. ;Thanks and have fun!
  87.